Show AllShow All

Pattern Property

For the ChartFillFormat object, returns or sets the fill pattern, read-only MsoPatternType. For the Interior object, returns or sets the interior pattern, read/write Variant.

expression.Pattern

expression    Required. An expression that returns one of the above objects.

Example

This example adds a crisscross pattern to the interior of the plot area.

myChart.PlotArea.Interior.Pattern = xlPatternCrissCross